home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / cmtex330.zip / README.OS2 < prev   
Text File  |  1993-01-26  |  3KB  |  90 lines

  1. This is a port of Common TeX 3.3 for OS/2 by Raymond Toy
  2. (toy@soho.crd.ge.com) using EMX-0.9f.  This will probably also work
  3. with emx 0.8.
  4.  
  5. See the file COPYING for rights, responsibilities, and limitations.
  6.  
  7. One of the best TeX implementations around is EmTeX.  However, it has
  8. one "feature" that doesn't utilize the full capabilities of OS/2,
  9. especially when HPFS is used: long file names are not accepted.  This
  10. port of Common TeX does not have this restriction.
  11.  
  12. Features and Limitations
  13. ------------------------
  14.  
  15. Some limitations of Common Tex:
  16.  
  17.     o Parts from EmTeX like the tfm and tex input files are
  18.       needed.  The DVI programs from EmTeX will also be need if
  19.       you want to see actual output.  
  20.  
  21.  
  22. Here are some basic features of Common TeX:
  23.  
  24.     o Supports long file names on HPFS partitions.
  25.     o Will not give "TeX out of memory" errors until you run out
  26.       of virtual memory.
  27.     o Preloads formats, which (marginally) speeds up loading.
  28.     o Doesn't need TeX format files.
  29.     o Runs about twice as fast as btexp.
  30.  
  31. Installation
  32. ------------
  33. If you do not already have the EMX DLLs, please place the files in
  34. the 'dll' directory of this archive in some directory in your LIBPATH
  35.  
  36. (a variable in CONFIG.SYS)
  37.  
  38. You can install the executables anywhere.  Then set the environment
  39. variables TEXFONTS and TEXINPUTS.  If you have EmTeX, make TEXINPUTS
  40. the same as TEXINPUT and TEXFONTS the same as TEXTFM.  However, you
  41. must include the drive letter and replace all backslashes with forward
  42. slashes.  For example, if you have
  43.  
  44.     set EMTEXDRV=f
  45.     set TEXINPUT=.;\emtex\texinput
  46.     set TEXTFM=.;\emtex\tfm;\emtex\fonts\tfm
  47.  
  48. then do
  49.  
  50.     set TEXINPUTS=.;f:/emtex/texinput
  51.     set TEXFONTS=.;f:/emtex/tfm;f:/emtex/fonts/tfm
  52.  
  53. Usage
  54. -----
  55.  
  56. If you want to run LaTeX, use
  57.  
  58.     latex texfile
  59.  
  60. You do not need to specify "^&lplain".  Typically, the equivalent
  61. EmTeX command would be "btexp ^&lplain texfile".
  62.  
  63. For TeX plain format, use "tex".  This is equivalent to "btexp
  64. ^&plain" in EmTeX.
  65.  
  66. To create (or update) your own formats, give the following commands:
  67.  
  68.     initex mystyle \dump
  69.     emxbind -x initex.exe a.out
  70.     emxbind -ccore /emx/bin/emxl.exe mytex.exe
  71.     del core
  72.     del a.out
  73.  
  74. Your format is "mystyle" and the resulting command is "mytex.exe"
  75. which will have "mystyle" preloaded.  Of course, to do this you need
  76. emxbind to do this.
  77.  
  78. Recommendations
  79. ---------------
  80.  
  81. Get a copy of EmTeX first.  Follow the instructions that come with
  82. EmTeX and make it work first.  Then install Common TeX.
  83.  
  84. Disclaimer
  85. ----------
  86.  
  87. I did not write Common TeX.  Raymond Toy is not responsible for any
  88. damages done by this port of Common TeX.  Send TeX bug reports to the
  89. author of Common TeX.  See the file COPYING.
  90.